*{margin:0;padding:0;font-family: "微软雅黑";}
.clearfloat { clear: both; height: 0; font-size: 1px; line-height: 0px; }
.lf { float: left; }
.rt { float: right; }
.bj{ margin:0 auto;}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
.h_videoinfo, .mo_mydip {
    display: none;
}
.h_slidevideo{
    width:100%;
}
.h_videoinfo, .mo_mydip {
    display: none;
}
.h_slidevideo img {
    display: block;
    width: 100%;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
.h_video {
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 999;
    box-sizing: border-box;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
.h_videoclose {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 22px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.hcontainer{
    box-sizing: border-box;
	width:1700px;
	margin:0 auto;
	padding:0px;

}

@font-face{
   font-family: 'text_card';
   src: url('../fonts/text_card.TTF');
}

@font-face{
   font-family:'english_text';
   src: url('../fonts/english_text.OTF');
}

a{
	color: 333;
	text-decoration: none;
}

ul{
	list-style: none;
	margin: 0px;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6{
	margin-top:0px ;
	margin-bottom: 0px;
}

body{
	background:none;
}

div{
	box-sizing: border-box;
}

dl,dd,dt{
	margin:0;
	font-weight: 400;
}

.public-left{
	float: left;
}

.public-right{
	float: right;
}
.public-clear{
	clear: both;
}

.public-clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

p{
	margin:0px;
}

.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-start{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.flex-end{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flex-justify{
	display: flex;
	justify-content:space-between;
	align-items:center;
}

.mobile-btn,.mobile-banner{
	display:none;
}

/*首页开始*/
.website-header{
	/*padding:20px 0 20px 0;*/
}
.home-logo{
	width:530px;
	height:45px;
}
.website-follow>img{
	margin-right:40px;
}

.website-consultation{
}

.website-consultation img{
	margin-right:16px;
}

.website-consultation-name{
	font-size: 14px;
	line-height: 30px;
	color: #929292;
}

.website-nav{
	height:55px;
	background-color:#102678;
}

.website-navigation{
	width: 865px;
	padding:22px 40px 22px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;	
}
.nav-info{
    width:100%;
}
.nav-info li{
	position: relative;
    box-sizing: border-box;
    display: inline-block;
    /*width:9%;*/
    text-align: center;
}
.nav-info li:last-of-type{
    margin-right: 0px;
}
.nav-info li>a{
	display:block;
    line-height:55px;
    color: #080103;
    font-size:18px;
    position:relative;
}
.nav-info li::after{
	content:"";
	position:absolute;
	left:0;
	bottom:0px;
	width:0%;
	height:4px;
	transition:all .5s;
	background:#009933;
}
.nav-info li.nav_active::after,.nav-info li:hover::after{
	width:100%;
}
.smallDrop{
    position: absolute;
    width:180px;
    left:-50px;
    top:55px;
    box-sizing:border-box;
    display: none;
    z-index: 999;
    background:#fff;
    border-top: 1px solid #ccc;
}
.nav-info li:hover .smallDrop{
    display: block;
}
.smallList dd:first-child{
    background:none;
}
.smallList dd{
    line-height:40px;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.smallList dd:hover{
    background:#009933;
}
.smallList dd a{
    color:#333;
    font-size: 14px;
}
.smallList dd:hover a{
    color:#fff;
}
.wx{
	padding:34px 20px 34px 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
}
.website-consultation-tel{
	background-image: url(../images/dh.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	margin-left:10px;
}
.website-consultation-tel span{
	display:block;
	color:#7d7d7d;
	font-size:13px;
}
.website-consultation-tel font{
	display:block;
	color:#009933;
	font-size:24px;
	line-height:22px;
}

.home-banner img{
	display:block;
	/*width:100%;*/
}
.pc-banner .ban-next,.pc-banner .ban-prev{
	margin-top: -28px;
	outline: none;
	top: 50%;
	width:56px;
	height:50px;
	background-image:none ;
}
.pc-banner .ban-next{
	right:30px;
}
.pc-banner .ban-prev{
	left:30px;
}
.website-language,.website-language:hover{
	display:block;
	width: 81px;
	height: 32px;
	line-height:32px;
	font-size: 16px;
	color: #ffffff;
	background-color: #009933;
}
/*搜索*/
.jj_ss_boxw{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height:46px;
}
.jj_ss_box{
	width: 1630px;
	height: 46px;
}
.jj_box {
	background-image: url(../images/jujiao_tb.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.jj_box span {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.jj_box a {
	color: #6b6b6b;
}
.search{
	position: relative;
}
.search-info{
	box-sizing: border-box;
	border: none;
	background: none;
	height: 32px;
	line-height: 32px;
	outline: none;
	position: relative;
	width:210px;
	color: #a9a9a9;
	padding:0px 20px 0px 0px;
}
.search-submit{
	outline:none;
	position:absolute;
	right: 0px;
	top:50%;
	background: url('../images/fdj.png');
	background-size:100% 100% ;
	width:16px;
	height: 16px;
	margin-top: -8.5px;
	border: none;
}

/*项目作品*/
.xmzp_boxw {
	background-image: url(../images/sy.jpg);
	background-repeat: no-repeat;
	background-position: left 175px;
	padding-top: 36px;
	padding-bottom:40px;
}
.xmzp_box{
	width: 1700px;	
}
.tit_box {
	text-align: center;
}
.tit_box font {
	font-size: 14px;
	color: #999;
	display: block;
	line-height: 28px;
}

.website-product-list{
	margin:30px 0 20px 0;
}
.website-product-list li{
/*	width: 180px;*/
	line-height: 40px;
	text-align: left;
	padding:0px 28px;
	border-radius: 25px;
}
.website-product-list li.active,.website-product-list li:hover{
	background-color: #eeb300;
}
.website-product-list li.active a,.website-product-list li:hover a{
	color:#fff;
	font-weight:bold;
}
.website-product-list li a{
	display:block;
	font-size: 16px;
	color:#000;
}
.website-product-list li:last-of-type{
	margin-right:0;
}
.website-product-child{
	flex-wrap: wrap;
}
.website-product-child li{
	margin:0 32px 30px 0;
	width:530px;
	border-bottom:1px solid #009933;
	transition:all .5s;

}
.website-product-child li:nth-child(3n){
	margin-right:0;
}

.website-product-img{
	overflow:hidden;
	width:100%;
}

.website-product-img img{
	display:block;
	width:100%;
	max-height:400px;
}

.website-product-child li:hover{
	transform:translateY(-10px);
}

.website-product-child li:hover .website-product-title{
	padding:25px 0 20px 15px;
	color:#fff;
	background-color:#009933;
}

.website-product-title{
	padding:25px 0 20px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition:all .5s;
}
.website-product-area .website-product-item{
	display:none;
}

.website-product-area .website-product-item.active{
	display:block;
}

/*项目轮播图片*/
.xmzs_tit{
	position: absolute;
	bottom: 0;
	width: 1400px;
	left: 0;
	background-color:rgba(0,0,0,0.5);
	height:55px;
	line-height:55px;
}
.xmzs_tit span{
	color:#fff;
	font-size:18px;
	padding-left:20px;
}


/*我们的优势*/
.youshi_boxw {
	background-image: url(../images/ys_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 48px;
	background-color: #f8f8f8;
}
.youshi_boxx {
	background-color: #FFF;
	width: 1466px;
	/*padding:40px 0px 33px 0px;*/
	box-shadow: 0px 15px 20px #e7e7e7;
	margin-top:35px;
}
.website-advant-list{
	margin-top:35px;
}
.website-advant-list li{
	position: relative;
	padding:40px 0 36px 0;
	width:25%;
	transition:all .5s;
}
.website-advant-img{
	margin:0 auto;
	width: 114px;
	height: 114px;
	/*border-radius:50%;
	transition:all .5s;
	background-color: #4dae3a;
	#103ea9*/
}
.website-advant-title{
	margin:16px auto 10px auto; 
	font-size: 24px;
	color: #333;
}
.website-advant-text{
	margin:0 auto;
	width:210px;
	font-size: 14px;
	color: #a3a3a3;
	line-height:25px;
}

.website-advant-list li:hover{
	box-shadow: 2px 3px 7px 0px 
	rgba(0, 0, 0, 0.1);
	background-color:#ffffff;		
}

/*.website-advant-list li:hover .website-advant-img{
	background-color:#4dae3a;
}*/

.website-advant-list li::after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:3px;
	transition:all .5s;
	background-color:#4dae3a;
}

.website-advant-list li:hover::after{
	width:100%;
}

/*简介*/
.about_box{
	padding-top: 50px;
	padding-bottom: 60px;
	width: 1466px;
	overflow:hidden;
}
.about_boxx {
	padding-top: 42px;
}
.about_lf {
	width: 960px;
}
.ab_sp {
	font-size: 26px;
	color: #009933;
	font-weight: bold;
	height: 56px;
	display: block;
}
.ab_nr {
	font-size: 16px;
	line-height: 32px;
}
.more_by_box {
	padding-top: 40px;
	overflow:hidden;
}

.sp1 {
	height: 45px;
	width: 150px;
	display: block;
	text-align: center;
	line-height: 45px;
	border-radius:2px;
}
.sp1 a {
	color: #fff;
	display: block;
	text-decoration: none;
	border-radius:2px;
	background:#009933;
	font-size:16px;
	box-shadow: 0px 0px 7px 0px 
	rgba(0, 153, 51, 0.6);
	
}
.sp1 a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
	background:#eeb300;
}
.sp2 {
	padding-left: 60px;
}

/*资质*/
.zizhi_box {
	width: 1466px;
	padding: 45px 0 50px 0;
}
.zizhi_boxx {
	width: 1466px;
}
.case_ul {
	width: 340px;
	height:325px;
	margin-right: 16px;
	margin-left: 16px;
	padding-top:10px;
}
.case_ul li {
    padding:8px 8px 0 7px;
	display: block;
	float: left;
	background:#FFF;
	box-shadow: 0px 0px 10px 
	rgba(153, 153, 153, 0.6);
	text-align: center;
	border-radius:6px;
}
.case_ul li img {
	width: 325px;
	height: 232px;
	display: block;
}
.case_ul li font {
	display: block;
	line-height: 50px;
	overflow: hidden;
	font-size: 16px;
	height: 62px;
}
.case_ul li font a {
	
}
/*新闻*/
.website-news{
	background-image: url(../images/news_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
	overflow: hidden;
}
.news_box{
	width:1466px;
}
.news_tit {
	display: block;
	height: 48px;
	overflow: hidden;
	background-image: url(../images/news_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom:30px;
}
.news_nr {
	overflow: hidden;
	width:980px;
}

.news-pic-list1{
    position: relative;
    margin-right: 40px;
    box-sizing: border-box;
    padding-bottom: 14px;
    width: 510px;
}
.news-pic-img{
	width:510px;
	overflow:hidden;
}
.news-pic-img img{
	display:block;
	width:510px;
	height:350px;
	transition:all .5s;
}
.news-pic-title{
	margin:20px 0 5px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #303030;
}
.bold{
	margin:20px 0 15px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #323232;
	font-weight:bold;
}
.news-pic-text{
	margin-bottom:20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:4;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	color: #3e3e3e;
}
.time{ font-size:14px; color:#009933;}

.news-pic-date{
	font-size: 14px;
	color: #009933;
}

.news-pic-list1 li:hover .news-pic-img img{
	transform:scale(1.1);
}

.news-pic-list2{
	width:430px;
}

.news-pic-list2 li{
	box-sizing: border-box;
	padding: 18px 0;
	border:
; 		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d1d1d1;
}

.news-pic-list2 li:first-child{
	padding-top:0;
}

.text-news-info{
	width:345px;
}
.text-date-day{
	font-family:'text_card';
	font-size: 46px;
	text-align: center;
	line-height:46px;
	color: #009933;
}
.text-day-years{
	margin-top:8px;
	font-size: 14px;
	color: #666666;
}
.text-date-title{
	margin-bottom:6px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #323232;
}
.text-date-text{
	margin:0 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
	color: #a8a8a8;
}
.news-pic-list2 li:hover .text-date-title,.news-pic-list2 li:hover .text-date-text{
	color:#009933;
}

.website-news-more, .website-news-more:hover {
    display: block;
    margin: 0 auto;
    width: 150px;
    color: #fff;
    line-height: 45px;
	border-radius:2px;
	background:#009933;
	font-size:16px;
	box-shadow: 0px 0px 7px 0px 
	rgba(0, 153, 51, 0.6);
	margin-top:40px;
}

.website-news-column{
	margin-bottom:40px;
}

.website-column-title{
	position: relative;
	font-size: 33px;
	color: #343434;
}
.website-column-title::after{
	content:"";
	position:absolute;
	left:0;
	bottom:-10px;
	width: 40px;
	height: 4px;
	border-radius:20px;
	background-color: #009933;
}
.website-newsnrz{
	width:980px;
}
.website-newsnry{
	width:430px;
}
.website-newsnrz.active{
	display:flex;
}

.website-column-list{
	margin: 40px 0 35px 0
}

.website-column-list li{
	margin-right: 20px;
	width: 130px;
	line-height: 44px;
	background-image: url(../images/fljt.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
}
.website-column-list li a{
	display:block;
	font-size: 18px;
	color:#000;
}
.website-column-list li.active,.website-column-list li:hover{
	background-image: url(../images/fljt_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.website-column-list li.active a,.website-column-list li:hover a{
	color:#009933;
	font-weight:bold;
}
.website-column-list li:last-of-type{
	margin-right:0;
}
/*foot*/
.footer{
	box-sizing: border-box;
	padding:50px 0 0 0 ;
	background-color:#262626;
}
.footer .hcontainer1{
	align-items: initial;
    box-sizing: border-box;
    width: 1466px;
    margin: 0 auto;
    padding: 0px;
}

.footer-items{
	float:left;
}
.footer-items dt{
	margin-bottom: 15px;
	height:32px;
	font-size: 18px;
	color: #ffffff;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.footer-items dd{
	line-height: 33px;
}
.footer-items dd,.footer-items dd a{
	font-size: 14px;
	color: #919090;
}
.footer-items dd.footer-name{
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
	color:#eeb300;
}

.footer-items dd a:hover,.foot-closeing a:hover{
	color:#FFFFFF;
}
.wlfb{
	color:#919090;
	}
.wlfb a{
	color:#919090;
	}
.foot-closeing{
	margin-top: 30px;
	box-sizing: border-box;
	padding: 30px 0;
	color: #919090;
	font-size: 14px;
	line-height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3d3c3c;	
}

.foot-closeing a{
	color: #919090;
}



/*首页结束*/

/*产品一开始*/

.website-page-banner{

    position: relative;

}

.website-page-slides{

    position: absolute;

    left:0;

    top:0;

    width:100%;

    height: 100%;

}

.website-page-slides>.hContainer{

    height:100%;

}

.website-page-banner img{

	width:100%;

	height:100%;

	max-height:400px;

}

.website-banner-title{

	position: relative;

	margin-bottom:30px;

	font-size: 48px;

	line-height:48px;

	font-weight:bold;

	color: #ffffff;

}

.website-banner-title::after{

	content:"";

	position:absolute;

	left:50%;

	bottom:-20px;

	margin-left:-20px;

	width: 40px;

	height: 3px;

	background-color:#4ba93b;

}

.website-banner-remark{

	font-size: 30px;

	line-height:30px;

	color: #ffffff;

}

.brand-nav{

    padding:25px 0;

    background-color:#f6f6f6;

}

.brand-nav a{

    margin:0 10px;

}

.brand-nav a.active,.brand-nav a:hover{

	color:#009933;

}



.website-page-product-list{

	padding:50px 0;

	border-bottom:1px solid #e6e6e6;

}

.website-page-product-list li{

	width:25%;

}

.website-page-icon{

	margin:0 auto;

	width: 154px;

	height: 154px;

	border-radius:50%;

	background-image: linear-gradient(0deg, #009933 0%, #1352ad 100%);

}

.website-page-icon img{

	width:96px;

}

.website-page-title{

	margin-top:15px;

	font-size: 26px;

	color: #313131;

}

.website-page-product li:hover .website-page-icon,.website-page-product li.active .website-page-icon{

	background-image:none;

	background-color:#4ba93b;

}

.website-page-product li:hover .website-page-title,.website-page-product li.active .website-page-title{

	color:#4ba93b;

	font-weight:bold;

}

.website-page-product-area{

	padding:70px 0 60px 0;

	border-bottom:1px solid #e6e6e6;

}

.website-page-product-area .website-page-product-item{

	display:none;

}

.website-page-product-area .website-page-product-item:first-child{

	display:block;

}



.website-page-product-area img{

	max-width:50%;

}



.website-page-product-infomation{

	width:50%;

}

.website-page-product-title{

	margin-bottom:30px;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

	font-size: 42px;

	color: #000000;

}

.website-page-product-text{

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp:7;

	overflow: hidden;

	font-size: 16px;

	line-height: 30px;

	color: #555555;

}

.website-page-product-text p{

	margin-bottom:25px;	

}

.website-page-product-text p:last-of-type{

	margin-bottom:0;	

}

.website-page-advent{

	padding:60px 0;

}

.website-page-advent>.hcontainer{

	position:relative;

}

.website-page-product-container .swiper-slide{

	position: relative;

	transition:all .5s;

	overflow:hidden;

}

.website-page-advent-item{

	position: relative;

	padding:50px 0;

}



.website-page-advent-item::after{

	content:"";

	position:absolute;

	left:0;

	bottom:0;

	width:100%;

	height:3px ;

	background-color:#009933;

}

.website-page-advent-title{

	margin:25px auto 12px auto;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

	font-size: 30px;

	font-weight:bold;

	color: #000000;

}

.website-page-advent-text{

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	overflow: hidden;

	font-size: 16px;

	line-height:25px;

	color: #909090;

}

.website-page-advent-slide{

	position:absolute;

	left:0;

	bottom:-100%;

	padding:20px;

	width:100%;

	height:100%;

	transition:all .5s;

	background-color:#009933;

}

.website-page-slide-item{

	margin-bottom:14px;

}

.website-page-slide-title{

	margin-bottom:4px;

	font-size: 20px;

	font-weight:bold;

	color: #ffffff;

}

.website-page-slide-text{

	font-size: 14px;

	line-height: 20px;

	color: #ffffff;

}

.website-page-advent-slide .website-page-slide-item:last-of-type{

	margin-bottom:0;

}

.website-page-product-container .swiper-slide:hover .website-page-advent-slide{

	bottom:0;

}

.website-page-advent .website-page-product-next,.website-page-advent .website-page-product-prev{

	margin-top: -38px;

	outline: none;

	top: 50%;

	width:44px;

	height:79px;

	background-image:none ;

}

.website-page-advent .website-page-product-next{

	right:-85px;

}

.website-page-advent .website-page-product-prev{

	left:-85px;

}

.website-page-case{

	padding:50px 0 70px 0;

	background-color:#f5f7f9;

}

.website-case-header-title{

	font-size: 42px;

	color: #000000;

}

.website-case-header-text{

	margin-top:15px;

	color: #555555;

}

.website-page-case-area{

	position: relative;

	margin-top:50px;

}

.website-page-case-img{

	overflow:hidden;

	width:100%;

}

.website-page-case-img img{

	display:block;

	width:100%;

	transition:all .5s;

}



.website-page-case-container .swiper-slide:hover .website-page-case-img img{

	transform:scale(1.1);

}

.website-page-case-text{

	margin-top:23px;

	font-size: 16px;

	color: #555555;

	line-height:30px;

}

.website-page-case-area .website-page-case-next,.website-page-case-area .website-page-case-prev{

	margin-top: -34px;

	outline: none;

	top: 50%;

	width:39px;

	height:68px;

	background-image:none ;

}

.website-page-case-area .website-page-case-next{

	right:-85px;

}

.website-page-case-area .website-page-case-prev{
	left:-85px;
}
.website-page-case-container .swiper-slide:hover .website-page-case-text{
	color:#009933;

}



/*产品一结束*/

/*产品2开始*/

.website-page-product2-list img{

	width:75px;

}
